Không có mô tả

axkuhta 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 năm trước cách đây
app 812e15e9dd Article control panel 1 năm trước cách đây
bootstrap 8f02c2602b Add fresh laravel 1 năm trước cách đây
config b315715f9d Set locale and timezone 1 năm trước cách đây
database 362ddfccf9 Article index 1 năm trước cách đây
public 8f02c2602b Add fresh laravel 1 năm trước cách đây
resources 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 năm trước cách đây
routes 07c7435408 Make /articles take the user to the list of published articles and /articles/edit to the control panel 1 năm trước cách đây
storage 8f02c2602b Add fresh laravel 1 năm trước cách đây
tests 8f02c2602b Add fresh laravel 1 năm trước cách đây
.editorconfig 8f02c2602b Add fresh laravel 1 năm trước cách đây
.env.example 8f02c2602b Add fresh laravel 1 năm trước cách đây
.gitattributes 8f02c2602b Add fresh laravel 1 năm trước cách đây
.gitignore 8f02c2602b Add fresh laravel 1 năm trước cách đây
README.md bc1b83cdbb Update instructions 1 năm trước cách đây
artisan 8f02c2602b Add fresh laravel 1 năm trước cách đây
composer.json 8f02c2602b Add fresh laravel 1 năm trước cách đây
composer.lock 8f02c2602b Add fresh laravel 1 năm trước cách đây
package.json 8f02c2602b Add fresh laravel 1 năm trước cách đây
phpunit.xml 8f02c2602b Add fresh laravel 1 năm trước cách đây
vite.config.js 8f02c2602b Add fresh laravel 1 năm trước cách đây

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