This is Webcore Sample already relayouted in pages and data sources form for better user experience,
using https://github.com/dandisy/elogui or https://github.com/dandisy/webcore-presentation
Copy and paste in terminal line by line, just hit Enter key
-
Using Git
git clone https://github.com/dandisy/webcore-cms.git cd webcore-cms composer install cp .env.example .env
Make sure your server, create "webcore-cms" database, edit .env using your favorite editor, for example using nano editor copy and paste this in terminal, and hit Enter key
sudo nano .env
import "webcore-cms.sql file included to your database
then
php artisan key:generate
Now you can browse to
http://localhost/webcore-cms/public
or
http://localhost/webcore-cms/public/admin
Default users are
- superadminstrator@app.com
- administrator@app.com
- user@app.com
with default password is password
- Sample front page
- Login page
- Admin page