aslim / test12345
The Laravel Framework.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.3|^8.0
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ^8.54
- laravel/sanctum: ^2.11
- laravel/tinker: ^2.5
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3.3
README
The Laravel framework is open-sourced software licensed under the MIT license.
This project is created in 1 hour. if have any bugs please send mail fazliddin51998@gmail.com
1-step creat new db mysql or postgresql
CREATE DATABASE db_name;
2-step copy .env.example or rename to .env
write your db connections
3-step run migrations
php artisan migrate
4-step run with server console
php artisan serve
5-run open with cmd this dir
cd ./frontend
npm install
6-run run frontend with cli serve
npm run serve