Aucune description

axkuhta 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel il y a 1 an
app 812e15e9dd Article control panel 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 362ddfccf9 Article index il y a 1 an
public 8f02c2602b Add fresh laravel il y a 1 an
resources 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel il y a 1 an
routes 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 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