All Projects → mul14 → Laravel Crud Demo

mul14 / Laravel Crud Demo

Simple Laravel CRUD demo

Simple Laravel CRUD Demo

Installation

We need composer to install all packages. Here the complete instruction to install composer https://getcomposer.org/doc/00-intro.md

Let's install all packages, by running this command from Terminal

composer install

Let's do some migration and seed with dummy data.

php artisan migrate --seed

And run the web server

php artisan serve

Now, visit http://localhost:8000 to try the demo.

Notes

This demo use SQLite database by default. If you want to use another database, you can set configuration in config/database.php.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].