<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Simple CRUD Generator on Simple CRUD Generator for Laravel</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/</link><description>Recent content in Simple CRUD Generator on Simple CRUD Generator for Laravel</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright &copy; 2017 Nafies Luthfi.</copyright><lastBuildDate>Sat, 30 Jan 2021 21:00:00 +0800</lastBuildDate><atom:linkhref="https://nafiesl.github.io/SimpleCrudGenerator/docs/index.xml"rel="self"type="application/rss+xml"/><item><title>About this package</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</guid><description>About this package This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel 5.5 (and later) application. This package is fairly simple, to boost test-driven development method on our laravel application.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Simple CRUD Generator for Laravel</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/</link><description>Recent content in Documentation on Simple CRUD Generator for Laravel</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright &copy; 2021 Nafies Luthfi.</copyright><lastBuildDate>Sat, 30 Jan 2021 21:00:00 +0800</lastBuildDate><atom:linkhref="https://nafiesl.github.io/SimpleCrudGenerator/docs/index.xml"rel="self"type="application/rss+xml"/><item><title>About this package</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</guid><description>About this package This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel 5.5 (and later) application. This package is fairly simple, to boost test-driven development method on our laravel application.
With this package installed on local environment, we can use (e.g.) php artisan make:crud Vehicle command to generate some files :
With this package installed on local environment, we can use (e.g.) php artisan make:crud Vehicle command to generate some files :
App\Models\Vehicle.php eloquent model xxx_create_vehicles_table.php migration file VehicleController.php index.blade.php and forms.</description></item><item><title>How to install</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</guid><description>How to install For Laravel 8.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^2.0 For Laravel 5.6 to 7.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^1.0 For Laravel 5.5 To use this package on laravel 5.5, we need to add the package (with browserkit) within require-dev in composer.json file, like so :
App\Models\Vehicle.php eloquent model xxx_create_vehicles_table.php migration file VehicleController.php index.blade.php and forms.</description></item><item><title>How to install</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</guid><description>How to install For Laravel 8.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^2.0 For Laravel 5.6 to 7.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^1.0 For Laravel 5.5 To use this package on laravel 5.5, we need to add the package (with browserkit) within require-dev in composer.json file, like so :
1 2 3 4 5 # Install required package for laravel/browser-kit-testing $ composer require symfony/css-selector:^3.</description></item><item><title>How to use</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</guid><description>How to use Just type in terminal $ php artisan make:crud ModelName command, it will create simple Laravel CRUD files of given model name completed with tests.
1 2 3 4 5 # Install required package for laravel/browser-kit-testing $ composer require symfony/css-selector:^3.</description></item><item><title>How to use</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</guid><description>How to use Just type in terminal $ php artisan make:crud ModelName command, it will create simple Laravel CRUD files of given model name completed with tests.
<ahref=https://github.com/nafiesl/SimpleCrudGeneratortarget=_blankrel=noreferrerclass=home__landing--link><buttonclass="button home__landing--btn"aria-label="Go to Github"data-color=default>
<ahref=https://github.com/nafiesl/SimpleCrudGeneratortarget=_blankrel=noreferrerclass=home__landing--link><buttonclass="button home__landing--btn"aria-label="Go to Github"data-color=default>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Laravel Simple CRUD Generator on Simple CRUD Generator for Laravel</title><link>https://nafiesl.github.io/SimpleCrudGenerator/</link><description>Recent content in Laravel Simple CRUD Generator on Simple CRUD Generator for Laravel</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright &copy; 2017 Nafies Luthfi.</copyright><lastBuildDate>Tue, 19 Jan 2021 19:41:00 +0800</lastBuildDate><atom:linkhref="https://nafiesl.github.io/SimpleCrudGenerator/index.xml"rel="self"type="application/rss+xml"/><item><title>About this package</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</guid><description>About this package This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel 5.5 (and later) application. This package is fairly simple, to boost test-driven development method on our laravel application.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rssversion="2.0"xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Laravel Simple CRUD Generator on Simple CRUD Generator for Laravel</title><link>https://nafiesl.github.io/SimpleCrudGenerator/</link><description>Recent content in Laravel Simple CRUD Generator on Simple CRUD Generator for Laravel</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright &copy; 2021 Nafies Luthfi.</copyright><lastBuildDate>Tue, 19 Jan 2021 19:41:00 +0800</lastBuildDate><atom:linkhref="https://nafiesl.github.io/SimpleCrudGenerator/index.xml"rel="self"type="application/rss+xml"/><item><title>About this package</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/about/</guid><description>About this package This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel 5.5 (and later) application. This package is fairly simple, to boost test-driven development method on our laravel application.
With this package installed on local environment, we can use (e.g.) php artisan make:crud Vehicle command to generate some files :
With this package installed on local environment, we can use (e.g.) php artisan make:crud Vehicle command to generate some files :
App\Models\Vehicle.php eloquent model xxx_create_vehicles_table.php migration file VehicleController.php index.blade.php and forms.</description></item><item><title>How to install</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</guid><description>How to install For Laravel 8.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^2.0 For Laravel 5.6 to 7.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^1.0 For Laravel 5.5 To use this package on laravel 5.5, we need to add the package (with browserkit) within require-dev in composer.json file, like so :
App\Models\Vehicle.php eloquent model xxx_create_vehicles_table.php migration file VehicleController.php index.blade.php and forms.</description></item><item><title>How to install</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-install/</guid><description>How to install For Laravel 8.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^2.0 For Laravel 5.6 to 7.x 1 2 # Get the package $ composer require luthfi/simple-crud-generator:^1.0 For Laravel 5.5 To use this package on laravel 5.5, we need to add the package (with browserkit) within require-dev in composer.json file, like so :
1 2 3 4 5 # Install required package for laravel/browser-kit-testing $ composer require symfony/css-selector:^3.</description></item><item><title>How to use</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</guid><description>How to use Just type in terminal $ php artisan make:crud ModelName command, it will create simple Laravel CRUD files of given model name completed with tests.
1 2 3 4 5 # Install required package for laravel/browser-kit-testing $ composer require symfony/css-selector:^3.</description></item><item><title>How to use</title><link>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</link><pubDate>Sat, 30 Jan 2021 21:00:00 +0800</pubDate><guid>https://nafiesl.github.io/SimpleCrudGenerator/docs/how-to-use/</guid><description>How to use Just type in terminal $ php artisan make:crud ModelName command, it will create simple Laravel CRUD files of given model name completed with tests.