To get started with Laravel Splade, follow these steps:
-
Install the required dependencies:
composer install npm install
-
Compile front-end assets.
npm run build
-
Copy the
.env.example
file to.env
:cp .env.example .env
-
Generate a security key and link the storage file:
php artisan key:generate
-
Import SQL File to Your Database
-
Configure your database connection by updating the
.env
file. -
Start server:
php artisan serve npm run dev
Access the login page: http://127.0.0.1:8000/login
- Email: [email protected]
- Password: password