Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.15 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installation

git clone <url-github>
cd <name-project>
setup MySQL / SQLite
composer install
cp .env.example .env
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan storage:link

Running Apps

php artisan serve
bun run dev