My first crud with the laravel framework, a project created for study purposes.
- PHP 7.x,
- Composer
Follow these steps:
- Clone or download this project,
- Open command line and go to the project directory,
- Type:
composer install
- Create database(s) for your project,
- Create .env file based on .env.example and configure your project,
- Type:
php artisan key:generate
- Type:
php artisan load-template
and select one of available templates
- Type:
php artisan migrate
- Run seeders if available,
- Type:
php artisan serve