https://github.com/devxarif/laravel-breeze
Laravel with Breeze
https://github.com/devxarif/laravel-breeze
Last synced: about 1 month ago
JSON representation
Laravel with Breeze
- Host: GitHub
- URL: https://github.com/devxarif/laravel-breeze
- Owner: devxarif
- Created: 2020-11-12T19:01:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T13:33:53.000Z (over 5 years ago)
- Last Synced: 2025-05-27T16:57:17.745Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 665 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. git clone
2. go to cloned folder
3. open any command line
4. now enter belows command
5. composer install
6. npm install && npm run dev
7. copy .env.example to .env
8. php artisan key:generate
9. php artisan migrate