Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
- Install Latest PHP (preferabbly PHP 8.1.19)
- Install Composer globally
- Install globally Node.js latest version and compatible NPM (preferabbly node: v14.16.0 and npm: 6.14.11)
- Install DBMS like sqlyog or any similar app
-
Git Clone https://github.com/manish-dewani/laravel-breeze-demo.git
-
Open Command Prompt Terminal
-
CD to the cloned folder
-
run composer self-update
-
run composer update
- go to dbms i.e sqlyog
- Create database named Makeship
- run php artisan migrate
- (if this dosent create tables in you database)
- go to .env file inside project folder
- check for database configuration
DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=makeship DB_USERNAME=root DB_PASSWORD=
-
run php artisan db:seed --class=RolesTableSeeder
-
run npm run dev
-
Open another Command Prompt Terminal
-
run php artisan serve
Voila! welcome to laravel