<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: LaraCP Admin</title>
    <description>The latest articles on Forem by LaraCP Admin (@laracpcom).</description>
    <link>https://forem.com/laracpcom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1232064%2Ff491dfd5-d544-46ba-afbb-c7c9e0d1b506.png</url>
      <title>Forem: LaraCP Admin</title>
      <link>https://forem.com/laracpcom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/laracpcom"/>
    <language>en</language>
    <item>
      <title>LaraCP Free Laravel CRUD Prototype Generator</title>
      <dc:creator>LaraCP Admin</dc:creator>
      <pubDate>Wed, 13 Dec 2023 03:26:05 +0000</pubDate>
      <link>https://forem.com/laracpcom/laracp-free-laravel-crud-prototype-generator-42j7</link>
      <guid>https://forem.com/laracpcom/laracp-free-laravel-crud-prototype-generator-42j7</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Hi Artisans,&lt;/p&gt;

&lt;p&gt;I am a freelance FullStack Developer. I had created a free platform named LaraCP. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://laracp.com"&gt;https://laracp.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Purpose of this platform is to generate Laravel CRUD Code based on the input provided for &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The models,&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Model fields&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Model field properties and validations&lt;/strong&gt; and &lt;br&gt;
&lt;strong&gt;Model relations&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dzTMnt0I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qysbnmi18nig60pmd7fi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dzTMnt0I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qysbnmi18nig60pmd7fi.png" alt="Image description" width="690" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It reduces the time for the project which has to be done in Laravel and are supposed to be built from scratch.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It generates:&lt;/strong&gt; &lt;br&gt;
 &lt;strong&gt;All Models&lt;/strong&gt; (Data and multi auth guard models)&lt;br&gt;
 &lt;strong&gt;All Web + API Controllers&lt;/strong&gt; (web, api, web-auth, api-auth including all auth guards)&lt;br&gt;
 &lt;strong&gt;Roles and Permissions for User Model&lt;/strong&gt; (Super Admin)&lt;br&gt;
 &lt;strong&gt;CRUD Views for all models&lt;/strong&gt; (show will be empty you can use it the way you want it has all the data variables associated with it.)&lt;br&gt;
 &lt;strong&gt;All Form requests&lt;/strong&gt; (store and update) with all validations specified during configuring models.&lt;br&gt;
 &lt;strong&gt;All Resource Collections for API endpoint outputs.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;All Resource File for API endpoint outputs.&lt;/strong&gt;&lt;br&gt;
 &lt;strong&gt;All Factory Files.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;All Migrations.&lt;/strong&gt;&lt;br&gt;
 &lt;strong&gt;Updated&lt;/strong&gt; &lt;code&gt;config/app.php&lt;/code&gt; with all multi guards.&lt;br&gt;
 &lt;strong&gt;Updated&lt;/strong&gt; &lt;code&gt;web/routes.php&lt;/code&gt; with all multi guards.&lt;br&gt;
 &lt;strong&gt;Updated&lt;/strong&gt; &lt;code&gt;api/routes.php&lt;/code&gt; with all multi guards.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Help Videos:&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;How to create project:&lt;/em&gt; &lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=RegoSTo3JFI"&gt;https://www.youtube.com/watch?v=RegoSTo3JFI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How to manage model fields and their properties and valiations:&lt;/em&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=0bAIRkM_eLM&amp;amp;t=26s"&gt;https://www.youtube.com/watch?v=0bAIRkM_eLM&amp;amp;t=26s&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How to Generate Output:&lt;/em&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=ZkqNQEwOK0Q"&gt;https://www.youtube.com/watch?v=ZkqNQEwOK0Q&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I understand the help videos generate are not that professional, but I am working on to make better videos, so to get head started you guys can refer these videos. Will put up better videos soon 👍. &lt;/p&gt;

&lt;p&gt;Please explore the platform and let me know how it is. Please share your feedback and suggestions to make it better.&lt;/p&gt;

&lt;p&gt;Happy Coding 👍👍&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>laravelcodegenerator</category>
      <category>laravelscaffolding</category>
      <category>freecodegenerator</category>
    </item>
  </channel>
</rss>
