This template is built with PHP Laravel and Vue.js for SPA web application. It's free to use, It made with laravel x10, vuejs x3, Tailwindcss, webpack laravel-mix, and primevue with Sakai CLI free template.
- Clone the repository.
- Create a MySQL database with your favorite name ex:"blogs".
- Run the following commands:
composer install
cat .env.example > .env
php artisan key:generate
- Customize the vars in the
.env
file with your database info. - Run migration and seed:
php artisan migrate --seed
- Install npm packages and build assets:
npm install && npm run production
- Start the application:
php artisan serve
and open this URL in your browser 127.0.0.1:8000
use this these credentials for login email: [email protected]
pass: 12345678
For development, you can run:
npm run dev
If you find this helpful, consider buying me a coffee :)