- Laravel 10
- spatie/laravel-permission
- Laravel Breeze
- Vue 3
- Tailwind CSS
- Inertiajs
- Admin One - Admin Dashboard
- To get started, you need to install PHP Composer.
git clone https://github.com/sukanta7660/global-essence-newspaper.git
cd global-essence-newspaper
- Create a new MYSQL database and update database details in
.env
file npm install
npm run dev
php artisan serve
- Now open http://localhost:8000/
- Email - superadmin@example.com
- Password - password
To change the Admin Prefix, change prefix
on config/admin.php
or add the ADMIN_PREFIX
on env
'prefix' => env('ADMIN_PREFIX', 'admin'),
The Laravel framework is open-sourced software licensed under the MIT license.