Paras Suthar Darji

Results 9 comments of Paras Suthar Darji

i don't really think you need any other package you can do that by codebase as well by changing database config settings else you can use this package https://github.com/tenancy/multi-tenant

you can run php artisan migrate::fresh

can you share some more details?

can you try to install lavalite in laravel 7, we're working on lavalite on laravel version 8

Can you please provide some more info, and also don't forget to hit **composer install** after cloing this repo Thanks

Make sure you have run the **php artisan db:seed** in order to get some default roles for more you can check in Model.php model /vendor/lavalite/framework/src/Litepie/Menu/Models/Menu.php

please pass token in get or post request or if you are adding that into Header Authorization Bearer than add this into .htaccess `RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .*...

could you please drop the controller code of packages/litecms/blog/src/Http/Controllers/BlogPublicController.php