
Introduce yourself and your blog
My Latest Posts
• • •
- GITHUB TUTORIALGitHub is a platform for version control and collaboration on software projects. It is based on the Git version control system, which allows multiple people to work on the sameContinue reading “GITHUB TUTORIAL”
- E-commerce website using Larave“New Chat Write code for an e-commerce website using Laravel.IncludeInclude code for editing product, viewing products, deleting product, viewing single product searching products, grouping products according to category, shopping cartContinue reading “E-commerce website using Larave”
- Set up a blogging platform using Laravel“Open sidebarNew Chat Write code for a blogging platform using Laravel: Users could create and publish blog posts, and you could add features such as comments and likes Here isContinue reading “Set up a blogging platform using Laravel”
- Implement a task manager using LaravelWrite code for task manager using Laravel: This could allow users to create, view, and mark tasks as complete. You could also add features such as setting deadlines and assigningContinue reading “Implement a task manager using Laravel”
- Ideas for projects you could add to your Laravel portfolio:New Chat List good Projects to add to Laravel portfolio Here are some ideas for projects you could add to your Laravel portfolio: These are just a few ideas, andContinue reading “Ideas for projects you could add to your Laravel portfolio:”
- Create a contact form in LaravelNew Chat Write code for contact using Laravel To create a contact form in Laravel, you will need to follow these steps: Copy codeRoute::get(‘/contact’, ‘ContactController@create’); This route will map toContinue reading “Create a contact form in Laravel”
- Create a donation website using Laravel and Yabacon PaystackWrite code for a donation website using Laravel yabacon paystack To create a donation website using Laravel and Yabacon Paystack, you will need to perform the following steps: Copy codecomposerContinue reading “Create a donation website using Laravel and Yabacon Paystack”
- Implement a video sharing website using LaravelNew Chat Write code for a video sharing website using Laravel Here is a basic outline of how you could implement a video sharing website using Laravel: Copy codelaravel newContinue reading “Implement a video sharing website using Laravel”
- Building an audio sharing website using Laravel:New Chat Write code for audio sharing website using Laravel Here is an example of how you might go about building an audio sharing website using Laravel: Copy codecomposer globalContinue reading “Building an audio sharing website using Laravel:”
- Code for cart using Laravel yabacon paystackOpen sidebar Write blade files for this: <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use App\Product; use App\Cart; use Yabacon\Paystack; class CartController extends Controller { /** * Display a listingContinue reading “Code for cart using Laravel yabacon paystack”
• • •