First work with lablog an modern web cms blog with laravel and sqlite
Documentation
Login - after installation success now you can accsess dashboard backend admin for work with this laravel source code free download for build modern webiste using laravel with visit on your url /login. By default you can login with email [email protected] and password : 12345678 , no need wory about this user and password , you can change on user account with your username email and password for login web apps.
Backend admin - after login success now you can visit an dashboard backend admin laravel cms web app, you can click on get started button for write and change content for your website page, or you can user header navbar menu for use web app features .
Pages menu - if you click on page menu so you will visit on pages menu . on this area you can update homepage, about page, contact page, or create an blog article pages.
Update Home page : for update home page area you can visit on pages - then select a homepage area, now you can edit content and change image in here, then don't forget to save it.
About Page update : Then if you need to change or update about page so you can visit on pages area then select about and edit article content, change image in here , then save ity for update about page area.
Blog Page : For create and write new article so you can visit on pages then select blog page, on this menu you will see all article blog list, so you can edit or delete content , and of course you can create new article page with click on + create article.
Create or edit update an Article : when you click on edit article or create article a display like this , so you can insert and input article content , upload an cover image here, and save it for update data for your blog pages.
User account : Now for change email and password login you can visit on user menu, just click it on navbar header - user - then you can see list user account in here, you can change user and create new or delete user with you needed.
Log Out - for loging out just click on user account menu then select log out.
SEO Configuration : For Lablog Laravel SEO configuration you need to accsess on resources/view/site folder , then you can edit all blade file in here with your code editor, then change title and description for SEO. and save it for update SEO configuration
Cloud Your website : After change all content and article with your own, now you can upload your web app on shared or cloud hotsing, for first zip your source code file,then visit your cpanel account, and create a new folder then name it with you needed if you need to build and deploy on sub folder , if you using subdomain so upload this source code on your subdomain folder, and if you need to install on root domain so you can upload on public html folder, after upload source code now you can extract it, then click on your public folder copy all files and paste on root directori, then we need to edit and change index.php files seacrh code require __DIR__.'/../vendor/autoload.php' then change or replace with require __DIR__.'/vendor/autoload.php' now scroll on bottom and change again $app = require_once __DIR__.'/../bootstrap/app.php' with this code $app = require_once __DIR__.'/bootstrap/app.php' and save. then visit your website, congratulations now you have success build a new modern website using lablog laravel blog cms.
