Establishing an integrated educational center system
-
Install
Composer
dependencies.composer install
-
Install
Npm
dependencies.npm install
-
Copy
.env.example
file and create duplicate. Usecp
command for Linux or Max user.cp .env.example .env
If you are using
Windows
, usecopy
instead ofcp
.copy .env.example .env
-
Create a new MySQL database and fill the database details
DB_DATABASE
in.env
file. -
The below command will create tables into database using Laravel migration and seeder.
php artisan migrate:fresh --seed
-
Generate your application encryption key:
php artisan key:generate
-
Start the localhost server:
php artisan serve
-
Start the run the dev script:
npm run dev
- PHP v8.0.x
- Laravel v10.x