-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature requests #17
Comments
Things I missed and can come up with now:
& I second @greenlevel 's last phrase. |
Hi Guys. @greenlevel @xewl Mainly I just want to say - Thanks for giving it a try and all the feedback. Please shout if you have any questions or more suggestions or just want to share some ideas. |
Hi @bpocallaghan - Thanks for releasing this, mate. I'm moving over the Laravel from RoR, and this is very similar what I've ended up with on my final RoR project. Except yours has WAY more polish on the admin panel. I can see myself using your starter app a lot! Well Done! After about a day, I've almost got a site that is ready to push live. Everything was really easy so far, but there are a few little things:
Anyways, enough raving - I really love this starter app and I'm happy to contribute to it if I can. I've only done one small project on Laravel before, and I've only contributed to my own repos up till now, so I'm quite new at this whole community thing- but this is one project that really has me excited. |
Howdy @jasonmccuen
No worries - also pretty new to the contributing side - one of the reasons why I started with this journey to learn it. But please - if you want to contribute - please do. |
I am also new to laravel so I cannot contribute much code wise. Anyway, I just installed the laravel 5 boilerplate which includes all the user/ admin rigths etc. I like your admin start pack. Where you have the admin, user and a blog system. and just a clean admin. From there you can build a lot of different sites and have this start pack as base which is maybe also easy to maintain and update. |
Hi All - I'm still working my way through the code the best I can. I was wondering if there is a reason the page content is broken up into sections. I find it a bit limiting at times, and really slow for adding content as I need an average of 5 sections per page. I know my personal preference to adding content is not a totally normal use case (markdown). I can see the way that the DB is set up where you have the All I can think is that it is going further in the direction of a page builder? Maybe this is something that is an option that can be changed? Also - is there anywhere we can lurk to chat? (IRC/Slack) |
Hi @jasonmccuen I am not sure if you know about Laravel's Notifications system. Oh - About the Page Builder - honestly not 100% sure how/what I want the page builder to work. |
Hi @bpocallaghan - thanks again! Congrats on finishing the project. I love those days! I did not see that commit. I had an insane end to January as well. Thank you for your explanation, I think this fix is appropriate. In terms of Slack or another chat platform - I was wondering if you would be interested in setting up a space to discuss your project on. I do have a lot of experience with WordPress. I was at a point with WP where I was spending so much time turning WP into a framework instead of a blogging platform and it got to a point where I needed more control. I liked page builders on WP a few years ago, but now to use one is one of the most painful experiences in the world. I think with your starter template, you need to ensure that:
I like the way WordPress has their content entry set up; with the WYSIWYG as the default, and with a text option that supports HTML. If I was going to add a third, it would be Markdown. I always go for speed, regardless of the project. If that means Excel and SQL - that's what I do. I'm curious to see what WP comes out with for their version 5. They are apparently doing some kind of WYSIWYG with live preview function as well. I don't know if that is required for a project like this. I'm going to go and try to rebase now. I've never done this before but it looks straightforward. Cheers! |
I see you referenced this issue in TODO.md (: |
Hi @bpocallaghan great work. I am having issue when i try to add my own controller or view in admin panel. I am getting error "selectedNavigation" is not defined and in Middleware ValidateRole not getting new Link Navigation ID . I have added Navigation from Admin->Settings->Navigation for new Sidebar link. I am new to laravel . Kindly do needful and reply ASAP. Cheers! |
Hi @truelogicapp |
Hello @bpocallaghan
I read on a previous issue that you want to rewrite the code from beginning.
After successfully installing the site in homestead, I came across some questions which you maybe can take notice off when rewriting the project.
Loading time. Overall the site loads pretty fast, also admin. But sometimes it takes a bit when clicking on specific category or page. Is this normal and just the way laravel based sites loads? Or can it be made that it loads really fast. like click and 'bam' it's there (assuming that the content size is just normal of course).
I like it that you have integrated a gallery system in the admin, however i miss the option that you can reorder the images after uploading. I like the function that you can just reorder the images by moving them around with your mouse.
By the admin blog section. You have the gallery function on a different page. I prefer having everything on 1 page, so its faster to fill everything in and upload the images you want with the specific blog. Same as what you would have with a page when you add a gallery component it shows on the main edit page.
When adding images on a blog gallery. Instead having to refresh yourself, it's maybe nice that it refreshes automatic so you can see the results immediately. (when i uploaded the images, i overread your description, and was confused first what to do as i didn't see a 'save' button only a go back button.)
your overall site is pretty complete already. Both admin / front. The only main thing i miss is a search function in the front.
Maybe there are some more points which would be a nice extra feature but this is what i noticed when just checking it out.
But overall very good job on this admin package. The last week i have checked out many different packages (also big commercial ones) and all of them have their short comings. This is one of the nicest i came across.
The text was updated successfully, but these errors were encountered: