Categories
Laravel

Laravel Reminders

create a new project:
$> laravel new <<project_name>>

add authentication?
$> php artisan make:auth

run server
$> php artisan serve

main config file: .env

Leave a Reply

Your email address will not be published. Required fields are marked *