₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,994 members, 8,448,133 topics. Date: Sunday, 19 July 2026 at 07:54 PM

Toggle theme

Chiwex's Posts

Nairaland ForumChiwex's ProfileChiwex's Posts

1 2 3 4 5 6 7 8 9 10 11 (of 11 pages)

BusinessRe: From Lagos To Igbo Land: My Business Move by chiwex(m): 12:11pm On Feb 22, 2016
screenshot or images ?
PoliticsRe: Blame IBB For The Weak Naira-buhari by chiwex(m): 5:40pm On Feb 05, 2016
there is no excuse for failure
PoliticsRe: Another ATM Scam. by chiwex(m): 6:09pm On Dec 28, 2015
I got the message
PoliticsRe: Linda Ikeji Collected N240m From Dasuki? Nigerians React On Twitter by chiwex(m): 7:17pm On Dec 14, 2015
i will give seun more than N250 million if he support rule 9
ProgrammingRe: Recommend A Good Software Programming Training Center In India by chiwex(m): 8:37pm On Dec 05, 2015
knowledge you can get in india, china, you can simply acquire it from lynda.com, udemy.com, tut plus, etc if only you subscribe .the difference is the certificate that you will finally acquire.
PoliticsRe: (Video) Breaking News: Nigeria Should Divide -pastor Oyedepo by chiwex(m): 11:17pm On Dec 03, 2015
although i want separation, this video is fake
ProgrammingChiwex Easy Website Development With Laravel: Image Upload Snippet by chiwex(op): 10:10pm On Nov 23, 2015
Note: snippet for laravel programmers

1. create a form with input having a name attribute with file as it's value

2. create a controller with the method i provided

public function imageUpload(Request $request){

if ($request->hasFile('file')) {

$image = $request->file('file');

$ext = $image->getClientOriginalExtension();

$filename = md5($image->getClientOriginalName()) . '.' . $ext;

$image->move( public_path() . '/uploads/', $filename);

return response()->json([asset('uploads/' . $filename ) ]);


}


}
ProgrammingRe: Chiwex Easy Website Development With Laravel: How To Install Laravel Framework by chiwex(op): 11:19pm On Nov 22, 2015
before i proceed, if you have completed the steps or encountered any problem during installation, let me know
ProgrammingRe: Chiwex Easy Website Development With Laravel: How To Install Laravel Framework by chiwex(op): 11:17pm On Nov 22, 2015
to configure your database, open .env in the your project root folder to set your desired database connection
ProgrammingChiwex Easy Website Development With Laravel: How To Install Laravel Framework by chiwex(op): 11:05pm On Nov 22, 2015
Note: your Questions and contributions are highly welcome

This thread are for those who need support on how to install Laravel PHP framework on their local server.

Installing Laravel

Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your computer.
The easiest way of installation is by downloading laravel from github and installing its dependencies.

1. Visit https://github.com/laravel/laravel and download and save to your computer.

2. Locate C:\xampp\htdocs within the htdocs folder create a root folder that will contain the framework files such as app, public etc.

3. Open your command prompt and locate C:\xampp\htdocs\ < your project root folder>

4. Run composer update to install Laravel framework dependency
ProgrammingRe: My Web Development Consultancy Thread(html, CSS, Javascript, Jquery, ASP.NET) by chiwex(m): 11:29am On Nov 21, 2015
1. can Inherit variables from the parent scope with use keyword
<?php
$message = 'hello';

// No "use"
$example = function () {
var_dump($message);
};
echo $example();

// Inherit $message
$example = function () use ($message) {
var_dump($message);
};
echo $example();
ProgrammingRe: My Web Development Consultancy Thread(html, CSS, Javascript, Jquery, ASP.NET) by chiwex(m): 11:21am On Nov 21, 2015
Anonymous functions, also known as closures, allow the creation of functions which have no specified name. They are most useful as the value of callback parameters, but they have many other uses.

1. in php, a closures is a function without a name which can be stored in function as a variable;


<?php
$greet = function($name)
{
printf("Hello %s\r\n", $name);
};

$greet('World');
$greet('PHP');
?>
ProgrammingRe: My Web Development Consultancy Thread(html, CSS, Javascript, Jquery, ASP.NET) by chiwex(m): 11:09am On Nov 21, 2015
recursion in programming is a function that repeat by itself

for example, if you want to loop menu items from a database table and the items are nested you have to use the primary_id to determine the level. you need to write a code that will repeat a function until a certain condition is met.
ProgrammingRe: My Web Development Consultancy Thread(html, CSS, Javascript, Jquery, ASP.NET) by chiwex(m): 10:20pm On Nov 18, 2015
Nairaland.com is currently running on a free forum script called simple machine forum
ProgrammingRe: My Web Development Consultancy Thread(html, CSS, Javascript, Jquery, ASP.NET) by chiwex(m): 12:55pm On Nov 16, 2015
SOME PEOPLE LIKE TO INSULT OTHER FOR NO REASON
FamilyRe: Wife Bathes Husband With Hot Water For Sleeping With Her Mother (Graphic Pics) by chiwex(m): 6:20pm On Oct 28, 2015
partial
PoliticsRe: An Open Letter To President Buhari...to Be Delivered By Lalasticlala by chiwex(m): 7:41pm On Oct 22, 2015
nice
Tech JobsRe: Android, Iphone App Deveoper *WANTED ASAP* by chiwex(m): 10:30pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
ProgrammingRe: What Do You Think Of This Program I Wrote by chiwex(m): 10:30pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
ProgrammingRe: Do You Develop Cross Platform Apps(cordova/phonegap)? Lets Meet On Whatsapp!!!!! by chiwex(m): 10:29pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
ProgrammingRe: Html And CSS Project Work by chiwex(m): 10:28pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
ProgrammingRe: List Of All States With Local Governments In Nigeria In JSON, PHP And SQL Format by chiwex(m): 10:28pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
Tech JobsRe: In Need Of A Very Skilled PHP Laravel Programmer by chiwex(m): 9:24pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
Tech JobsRe: In Need of A Very Skilled PHP (Laravel) Programmer by chiwex(m): 9:07pm On Sep 18, 2015
are u looking for a php, JavaScript, laravel, html and css, joomla, wordpress professional website developer or tutor

call: 08186311863
email: donchiwexco@gmail.com
ProgrammingRe: Facebook Ranks Nigeria And Kenya As Top Active Mobile Users In Africa by chiwex(m): 9:05pm On Sep 15, 2015
source pls
ProgrammingRe: I Want To Learn Programming - Is Java The Best To Start With? by chiwex(m): 10:02pm On Aug 27, 2015
if you want to learn software development, Java can help
ProgrammingRe: Create A Nested Lists Of Categories In Laravel 5 by chiwex(m): 10:31pm On Aug 26, 2015
I will post my own codes tomorrow
ProgrammingRe: Create A Nested Lists Of Categories In Laravel 5 by chiwex(m): 10:02pm On Aug 26, 2015
baum is easy

you can

CREATE
ADD
UPDATE
DELETED
MOVE UP AND DOWN UR CATEGORIES

without steers

remember after implementing the package using a controller you can reuse it for any project
ProgrammingRe: Create A Nested Lists Of Categories In Laravel 5 by chiwex(m): 9:20pm On Aug 26, 2015
use Baum laravel package I always us it for unlimited category

1 2 3 4 5 6 7 8 9 10 11 (of 11 pages)