Download the PHP package allofapiece/blog without Composer
On this page you can find all versions of the php package allofapiece/blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download allofapiece/blog
More information about allofapiece/blog
Files in allofapiece/blog
Package blog
Short Description A nice blog system with laravel and laravelpanel
License MIT
Informations about the package blog
blog
A nice blog system with laravel 5 and laravelpanel
Demo
You can check the live demo here and live admin demo here . User: [email protected] Pass: 12345
Screen shot
- This is a custom CRUD with few lines of code :
Installations for laravel 5
Note: if you face any problem in any of the steps you should report it at github
-
First you need to create a laravel 5 project
-
Add our package to require section of composer : for laravel 5.2
for laravel 5.1
-
composer update
-
Add the ServiceProvider of the package to the list of providers in the config/app.php file
-
Run the following command in order to publish configs, views and assets.
-
Go to your domain.com/panel and you can login with the following username and password :
user : [email protected] password : 12345
- check your blog at domain.com/blog