Aucune description

axkuhta bc1b83cdbb Update instructions il y a 1 an
app c1f81b4a94 Add a sample comment in LoadSampleData.php il y a 1 an
bootstrap 8f02c2602b Add fresh laravel il y a 1 an
config b315715f9d Set locale and timezone il y a 1 an
database 8ceb64d644 Add soft deletes to everything il y a 1 an
public 8f02c2602b Add fresh laravel il y a 1 an
resources ed967b304c Update the index page il y a 1 an
routes 1311a94a86 Add basic API il y a 1 an
storage 8f02c2602b Add fresh laravel il y a 1 an
tests 8f02c2602b Add fresh laravel il y a 1 an
.editorconfig 8f02c2602b Add fresh laravel il y a 1 an
.env.example 8f02c2602b Add fresh laravel il y a 1 an
.gitattributes 8f02c2602b Add fresh laravel il y a 1 an
.gitignore 8f02c2602b Add fresh laravel il y a 1 an
README.md bc1b83cdbb Update instructions il y a 1 an
artisan 8f02c2602b Add fresh laravel il y a 1 an
composer.json 8f02c2602b Add fresh laravel il y a 1 an
composer.lock 8f02c2602b Add fresh laravel il y a 1 an
package.json 8f02c2602b Add fresh laravel il y a 1 an
phpunit.xml 8f02c2602b Add fresh laravel il y a 1 an
vite.config.js 8f02c2602b Add fresh laravel il y a 1 an

README.md

Как запустить?

git clone https://git.hostfl.ru/axkuhta/laravel_demo
cd laravel_demo
php ../../composer.phar install
cp .env.example .env
# Нужно будет настроить подключение к БД!
# nano .env
php artisan key:generate
php artisan migrate:fresh
php artisan app:load-sample-data
php artisan serve