Skip to content

97jorx/shopping-list

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Requirements

  • PHP 8.1.6
  • MariaDB 10.4.24

Install

~$ cd laravelApp
~$ composer install       
~$ npm install    

Conf .env and run migrations

~$ cp .env.example .env         
~$ php artisan migrate          

Run server

~$ php artisan serve 

Live development

~$ npm run dev

Production

~$ npm run prod 

Development

  • main config config/app.php,
  • controllers: app/Http/Controllers/
  • routes: resources/routes/web.php