Download the PHP package livecms/core without Composer
On this page you can find all versions of the php package livecms/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package core
Short Description Live CMS Core
License MIT
Homepage https://github.com/livecms/core
Informations about the package core
Project LiveCMS - CORE
For Laravel 5.2, please checkout branch V0
How To Install :
-
Create Laravel Project (5.3.*) `
-
Edit composer.json Change : `
with :
`
-
After finish, add livecms core in your project `
-
open file config/app.php Before : `
add this :
and add to 'aliases'
-
Publish vendor : `
-
Set folder permissions : `
-
Open app/Http/Kernel.php and edit :
add this line to : `
change : `
-
Open config/auth.php Edit : `
-
Update your .env update based on what your site url: `
-
Artisan Optimize and do Migrate `
-
Edit your RouteServiceProvider Update mapWebRoutes() method in your app/Providers/RouteServiceProvider.php `
-
Login visit : http://yourdomain/login
default username / password
-
Admin : email : [email protected] password : admin
- Super Admin : email : [email protected] password : admin
-
Visit https://github.com/livecms/LiveCMS for more info.
All versions of core with dependencies
yajra/laravel-datatables-oracle Version ^6.0
laravelcollective/html Version ^5.3
uxweb/sweet-alert Version ^1.1
symfony/css-selector Version 3.1.*
symfony/dom-crawler Version 3.1.*
barryvdh/laravel-debugbar Version ^2.1
laravel/scout Version ^1.1
roketid/imagemax Version dev-master
livecms/support Version dev-master
mrofi/laravel-shared-hosting-package Version dev-master
mrofi/videoinfo Version dev-master