https://github.com/devboyarif/laravel-breeze
Laravel with Breeze
https://github.com/devboyarif/laravel-breeze
Last synced: over 1 year ago
JSON representation
Laravel with Breeze
- Host: GitHub
- URL: https://github.com/devboyarif/laravel-breeze
- Owner: devboyarif
- 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-01-13T23:29:12.564Z (over 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